home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VBCTRL.ZIP / VBGP.TXT < prev    next >
Text File  |  1993-01-01  |  2KB  |  44 lines

  1.  
  2.            Custom Group Box for Visual Basic   1992 by Mark Gamber
  3.  
  4.                           Version 0.02  (March 1992)
  5.  
  6.    In keeping with a trend I seem to be on with control DLLs for the Windows
  7. SDK Dialog Editor, this is a replacement for Visual Basic's Groupbox. It offers
  8. a 3-D look, text color, background color, "Click" procedure and can control
  9. controls within it's border. To begin using the control, copy VBGP.VBX to your
  10. Visual Basic directory. Then, select the file from the listbox which appears
  11. through the "Add File" item of the "File" menu. If you see a goofy looking sort
  12. of groupbox icon appear in the toolbox, you're all set.
  13.  
  14.  
  15.    The control supports a "click" routine for your V-Basic code. In addition,
  16. you may have the border "raised" or "lowered" with respect to a background
  17. window and you may turn a caption "shadow" on and off.
  18.    To select the border type, select "Raised" and select "True" or "False". You
  19. should see an immediate result. The caption shadow is turned on and off by
  20. selecting "Shadow" and either "True" or "False". If you turn the shadow on, the
  21. normal caption will move down and right 1 pixel each. In addition, you may
  22. change the shadow color by selecting "ShadowColor" and entering an RGB color
  23. value.
  24.    Although you can choose a mnemonic letter in your caption (Hotkey), the
  25. control itself does not support mnemonics at this time. Instead, use a text
  26. control inside the groupbox.
  27.  
  28.  
  29.    New to this version:
  30. Text may be left, center or right justifyed along the top of the group box.
  31. Usie "Align" and choose from Left (0), Center (1) or Right (2) justification.
  32.  
  33.  
  34.  
  35.    This software is absolutely free provided:
  36.  
  37. 1. Credit is given where gredit is due.
  38. 2. I'm not liable. Period.
  39.  
  40. Questions, comments, bugs and obsure references to Ren & Stimpy may be directed
  41. via E-Mail to Mark85 on America Online. I don't take phone calls so don't even
  42. THINK about dialing information....
  43.  
  44.